nav .navbar .links li:nth-child(1) .line {
  padding-bottom: 30px;
  transition: ease-in-out 0.5s;
}

nav .navbar .links li:hover .line {
  padding-bottom: 0;
}

nav .navbar .links li:nth-child(7) .line2 {
  padding-bottom: 0;
}

nav .navbar .links li:first-child a {
  color: #000000b0;
}

nav .navbar .links li:nth-child(7) a {
  color: #b3a45a;
}


.header-banner {
  max-width: 1800px;
  margin: auto;
  height: 410px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.723)), url(../images/Contact\ Us2.avif);
  background-position: center;
  background-size: 100% 200%;
  text-align: center;
  padding-top: 300px;
  color: rgb(255, 255, 255);
  font-size: 40px;
  margin-top: -120px;
}

.PrivacyPolicy {
  max-width: 1800px;
  padding: 5%;
  text-align: justify;
}




@media screen and (max-width: 900px) {

  .header-banner {
    background-size: 100% 100%;
    height: 300px;
    padding-top: 200px;
    margin-top: -0px;
  }

  nav .navbar .links li .line {
    display: none;
  }


  nav .navbar .links li:first-child a {
    color: #ffffffed;
  }


  .PrivacyPolicy {
    padding-top: 80px;
  }

  .contact{
    text-align: left;
  }



}